/* Copyright to Pham Vu Hong Linh - 7cad programming
----------------------------------------------------------------------------------------------------*/

body {	
	font-family: Helvetica ;	
	background-color:ivory ;
	color:black;
	margin:8px 	;
   }
   
.clearboth {clear: both;}

.TopBanner {
	padding-right:12px;
	text-align:right;
	margin-bottom: 10px;	
	
}
.TopBanner h1 {	
	margin-bottom:5px;

}
.TopBanner p {

	margin-top:5px;
	margin-bottom:50px;

}

.MyHorzLine {
	height:0px;
	border-width : 8px;
	border-bottom-style : double;		
	border-color : white;
	border-bottom-color: green;

}

.TopLogo {
	position: relative;
	text-align: center;
	width: 100px;
	height: 120px;
	left:-30px;
	top:-55px;
	
	border-width : 8px;	
	border-color : white;
	border-right-style: double;
	border-right-color: green;
	
	padding: 20px 5px 0px 20px;
}

.TopLogo img {
	position: absolute;
}

.BottomBanner {	
	padding-right:12px;
	font-family: Helvetica ;	
	margin-top: 30px;
	text-align:left;	
	padding-bottom:0 px;
	
	position:relative;

}

.BottomBanner h2 {
	margin-bottom:5px;

}
.BottomBanner h3 {
	margin-top:5px;	

}


.BottomLogo {
	
	position: relative;
	width : 100px;
	height: 120px;
	top:-55px;
	
	float:right;
	left: -60px;	
	
	border-width : 8px;	
	border-color : white;
	border-right-style: double;
	border-right-color: green;
	
	
	padding: 20px 0px 0px 0px;	

}

.BottomLogo img{
	position: absolute;
	right:-40px;
}